home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / ml.dxr / 00384_voltaAframep.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  275 b   |  17 lines

  1. on mouseUp
  2.   global Aframe
  3.   puppetSprite(2, 0)
  4.   sound playFile 2, "..\som\seta.wav"
  5.   startTimer()
  6.   repeat while the timer < 20
  7.     nothing()
  8.   end repeat
  9.   onVis(41)
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 30
  13.     nothing()
  14.   end repeat
  15.   go(Aframe)
  16. end
  17.